projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259aace
)
XM/XenAPI: Enable Console other_config parameters to be passed through Xen API.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 7 May 2008 13:16:48 +0000
(14:16 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 7 May 2008 13:16:48 +0000
(14:16 +0100)
Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
tools/python/xen/xm/xenapi_create.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xm/xenapi_create.py
b/tools/python/xen/xm/xenapi_create.py
index 68f2b8dd359846189ff4cc10829ab6f9b43646a6..11ccaed665c33f5cf9e5c2f5abccf0f79b9a2585 100644
(file)
--- a/
tools/python/xen/xm/xenapi_create.py
+++ b/
tools/python/xen/xm/xenapi_create.py
@@
-485,9
+485,9
@@
class xenapi_create:
vm_ref,
"protocol":
console.attributes["protocol"].value,
- "other_
params
":
+ "other_
config
":
get_child_nodes_as_dict(console,
- "other_
param
", "key", "value")
+ "other_
config
", "key", "value")
}
return server.xenapi.console.create(console_record)